xen/build: Use a distro version of figlet
authorAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 22 Nov 2013 21:08:00 +0000 (21:08 +0000)
committerIan Campbell <ian.campbell@citrix.com>
Mon, 2 Dec 2013 13:46:44 +0000 (13:46 +0000)
commit3b47bcdb6d3830f05e3b9d686326ef0ba45b9915
tree722ce79c6858277e6550ab404c60a87becc3c161
parent26b35b9ace97f433fcf4c5dfbdfb573d1075255f
xen/build: Use a distro version of figlet

It is quite inappropriate to keep a hacked up versions of figlet in our source
tree, especially when the purpose of the hackary is just to provide a text to
octal conversion.

This version of figlet contributes a surprisingly large proportion of the
Coverity issues found under xen/ (and therefore attributed against Xen)

Figlet can be found in all distros, so make use of it.  We keep xen.flf (being
the Xen figlet font) and replace the hacked up octal transform with a short
python script.

The Xen Makefile has been tweaked in such a way that it still prints the
figlet banner for the build.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Keir Fraser <keir@xen.org>
CC: Jan Beulich <JBeulich@suse.com>
CC: Tim Deegan <tim@xen.org>
Acked-by: Ian Campbell <Ian.Campbell@citrix.com>
CC: Ian Jackson <Ian.Jackson@eu.citrix.com>
.gitignore
README
xen/Makefile
xen/tools/Makefile
xen/tools/fig-to-oct.py [new file with mode: 0644]
xen/tools/figlet/xen.flf [deleted file]
xen/tools/xen.flf [new file with mode: 0644]